home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6814 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: pravda.aa.msen.com!not-for-mail
  2. From: crandall@mail.msen.com (Chad Randall)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Too system friendly?
  5. Date: 3 Apr 1996 13:13:55 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, MI.
  7. Message-ID: <4jttij$6c6@pravda.aa.msen.com>
  8. References: <4jpq5f$i9g@toad.stack.urc.tue.nl> <4js7lr$njd@taiwan.informatik.uni-rostock.de> <4jsbrb$clt@toad.stack.urc.tue.nl>
  9. NNTP-Posting-Host: conch.aa.msen.com
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Jaco Schoonen (jaco@stack.urc.tue.nl) wrote:
  13. : Gunther Nikl (gnikl@informatik.uni-rostock.de) wrote:
  14. : : Jaco Schoonen (jaco@stack.urc.tue.nl) wrote:
  15. : : > the CPU. The only thing I do which has something to do with graphics is the
  16. : : > WritePixelLine8(), but that's not supposed to change it's source-data is it?
  17. : :   I don't have the autodocs handy but I think WritePixelLine8() clears your
  18. : :   buffer. 
  19. : I do have them handy and they don't mention that the buffer is cleared. I
  20. : checked it a little closer today and the buffer is indeed cleared. It's
  21. : *only* cleared if I write to an aga/ecs screen. When writing to a
  22. : CyberGraphX-screen, the contents of the buffer remain the same. 
  23. : This is what I expected after reading the documentation. 
  24. : If there's nothing to do about it, what are my options of fixing this?
  25. : Copying the line I want to display to another buffer and writing that one?
  26. : Or something nicer?
  27.  
  28. I thought it was only WritePixelArray8() that does this, not WritePixelLine8()...
  29.  
  30. Anyways, there is a patch called "PatchWPA8" that fixes it so that the source
  31. is not damaged.  If worse comes to worse, you could include that archive with
  32. your program.  It's only 4.5K archived and is freeware.
  33.